home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / programmers / source / c2p4 / c2p4.doc < prev    next >
Text File  |  1978-06-29  |  818b  |  20 lines

  1.  
  2. c2p4.a (written by Peter McGavin) is a 4-plane chunky to planar covnverter
  3. optimized for 020+ systems with fast mem.  It uses a comparison buffer (ie.
  4. convert only what has changed from the previous frame).  Performs the first
  5. two passes with the CPU and then passes 3 and 4 with the blitter.  Returns
  6. immediately after starting the blitter (ie. your program can calculate the
  7. next frame while the blitter is still running).
  8.  
  9. An example of the speedup possible is demonstrated with wolf3d.old and
  10. wolf3d.new - use the joystick to move around and fire to exit.
  11.  
  12. wolf3d.old was taken from the wolf3d-2.lha archive, and was written by
  13. russell@cpsc.ucalgary.ca (Terence Russell) using a "normal" c2p converter.
  14.  
  15. wolf3d.new was modified by peterm@maths.grace.cri.nz (Peter McGavin) using
  16. the new c2p4.a converter
  17.  
  18. Enjoy!
  19.  
  20.